home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 954 b | 32 lines | [TEXT/GEOL] |
- Item 9158372 14-Sept-90 09:29PDT
-
- From: ARBOGAST KPMG Peat Marwick, C Arbogast,VCA
-
- To: D6020 Info Research, John MacVeigh,PRT
-
- cc: MACAPP.TECH$ MacApp Technical
-
- Sub: Re: Re2: OP++ Revisited
-
- John,
-
- If you implement private fields and methods in the way that you suggest, by
- placing them in the implementation section, doesn't that make it impossible to
- override these objects in other units?
-
- TSomeObj = Object (TObject)
- Interface
- <public field and method declarations>
- Implementation
- <private field and method declarations>
- End; {TSomeObj}
-
- For me this would be a serious concern. I'd really prefer to see the PRIVATE
- keyword available for both fields and methods. If all they were to do was add
- this, and make the compiler about 10 times faster, I'd be happy. (for a while
- anyhow)
-
- Chris Arbogast
- KPMG•ExIS
-
-